home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1996 July
/
Macworld (1996-07).dmg
/
System 7.5 Update 2.0
/
FileMaker Pro 3.0 CD Extras
/
FileMaker And Apple Events
/
Syntax Examples
/
Events
/
Open Examples
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-25
|
256 b
|
6 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
open file ((choose file) as text)
open "hard disk:outer folder:inner folder:file name"
open (choose file) with password "x"
open file "hard disk:outer folder:inner folder:file name" with password "the password"
end tell